home *** CD-ROM | disk | FTP | other *** search
/ Red Eye Press Kit / Red Eye Press Kit.iso / pc / main.dxr / SCRIPTS_1_prepareMovie.ls < prev    next >
Encoding:
Text File  |  2005-07-18  |  264 b   |  12 lines

  1. global imageOrder, downloadList
  2.  
  3. on prepareMovie me
  4.   clearGlobals()
  5.   set the floatPrecision to 1
  6.   imageOrder = []
  7.   repeat with x = 1 to member("captions").text.line.count
  8.     imageOrder.add(member("captions").text.word[x])
  9.   end repeat
  10.   downloadList = []
  11. end
  12.